home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0855.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.9 KB  |  47 lines

  1. I've been using the httpd-0.9 daemon on a Sun running SunOS 4.1.3.  I
  2. need to run the daemon on another platform for which only httpd-2.x
  3. daemons are available, so I thot I'd give that revision level a try on
  4. the Sun.  I tried both the 2.02 & 2.03 daemons on the Sun.  I can't
  5. get them to do anything useful.  Here's is what the daemon tells me :
  6.  
  7. Daemon: net read returned 28, errno=0 New anchor 24040 has hash 76 and
  8. address `/var/adm/www/test.html' HTAccess: loading document
  9. /var/adm/www/test.html HTFile: can't stat //WWW///var/adm/www/test.html
  10. FTP: Looking for /var/adm/www/test.html HTTPAccess: Can't find internet
  11. node name `'. HTAccess: Can't access `/var/adm/www/test.html' IP: PASSIVE
  12. socket 0 assumed from inet daemon Daemon: Reading socket 0 from host
  13. 128.3.128.60 Log: Fri Apr 9 14:46:39 1993 128.3.128.60 GET
  14. /var/adm/www/test.html HTAccess: Opening
  15. `//WWW///var/adm/www/test.html' gives -1 TCP: Local host name is inti TCP:
  16. Error 13 in `errno' after call to FTP file load() failed. Permission denied
  17. Daemon: Socket 0 disconnected by peer
  18.  
  19. This is the real address of the document on the daemon's file system:
  20. /var/adm/www/test.html
  21.  
  22. Why did it manufacture this garbage? : //WWW///var/adm/www/test.html
  23.  
  24. I looked at the source code for 2.02 but it didn't seem to match
  25. up with what I saw happening, or else (or also) I didn't understand it.
  26. Perhaps it's irrelevant, because I couldn't get this material to
  27. compile so it is probably not what was used to compile the
  28. daemon binaries available.  I also couldn't find anything in the
  29. online documentation that differed from the treatment of the
  30. earlier httpd.
  31.  
  32. This is the map file I used:
  33. map / /test.html
  34. map /*  /var/adm/www/*
  35. pass /var/adm/www/*
  36. fail *
  37.  
  38. I have this in /etc/httpd.conf also.
  39.  
  40. Any advice?  If you respond, please cc me directly, I'm not sure
  41. I'm on this mailing list yet.
  42.  
  43. Thanks,
  44. Michael Helm  (mike@fionn.lbl.gov)
  45. LBL
  46.  
  47.